home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / page5 / 00058.ls < prev    next >
Encoding:
Text File  |  1995-04-05  |  72 b   |  7 lines

  1. on mouseUp
  2.   global fish
  3.   if fish = 2 then
  4.     go("Swim")
  5.   end if
  6. end
  7.